Sort Score
Result 10 results
Languages All
Labels All
Results 1,701 - 1,710 of 19,157 for

pdf watermarking

(0.07 sec)
  1. Saving a File to an Output Stream | GroupDocs

    This article demonstrates how to convert a file and save it as a stream using GroupDocs.Conversion for Java API....Watermark Product Solution GroupDocs...Word document ( .docx ) to a PDF file and save the output to an...

    docs.groupdocs.com/conversion/java/save-file-to...
  2. PSD files have a watermark on them after conver...

    I’m trying to update Groupdocs from 25.6 to 25.9/8 and noticed that Pdf files made from PSD have a watermark on them even though our license is set. This doesn’t happen on version 25.6. The issue is easily reproducible a…...PSD files have a watermark on them after conversion in 25.9 and...noticed that PDF files made from PSD have a watermark on them even...

    forum.groupdocs.com/t/psd-files-have-a-watermar...
  3. Using redaction filters | GroupDocs

    Scope a GroupDocs.Redaction for Python via .NET redaction to a page range or a rectangular page area using redaction filters, and combine them to target an area on specific pages....Watermark Product Solution GroupDocs...formats Redaction filters apply to PDF documents. Support for additional...

    docs.groupdocs.com/redaction/python-net/redacti...
  4. Saving documents | GroupDocs

    Saving a document, GroupDocs.Redaction puts it in the same folder as the original file, renaming or rewriting original. If you need to save the document to any custom location, you’ll have to open a Stream to this location. As a save option by default, GroupDocs.Redaction converts all pages (slides, worksheets) in a document into images and puts them in a single Pdf file, so you can share the redacted document without any additional conversions....Watermark Product Solution GroupDocs...images and puts them in a single PDF file, so you can share the redacted...

    docs.groupdocs.com/redaction/java/saving-docume...
  5. Using Signature Appearances | GroupDocs

     This sections contains explanation about various electronic signature visual appearances on document page....Watermark Product Solution GroupDocs...classes class implements for Pdf documents signature as annotation...

    docs.groupdocs.com/signature/java/using-signatu...
  6. Saving documents | GroupDocs

    The articles explain that how to save documents in different ways after making redactions....Watermark Product Solution GroupDocs...images and puts them in a single PDF file, so you can share the redacted...

    docs.groupdocs.com/redaction/net/saving-documents/
  7. Set image resolution | GroupDocs

    This topic describes how to set image resolution in Pdf file using the GroupDocs.Viewer Java API....Watermark Product Solution GroupDocs...documents / Render to PDF / Optimize the output PDF file / Optimize...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...with black color when rendering PDF document. We recommend you to...for an improved rendering of PDF documents. Bug FixesFollowing...

    blog.groupdocs.com/groupdocs.blog/page/54/
  9. Rotate pages | GroupDocs

    This article explains how to rotate Pdf, HTML or Image pages when rendering documents with GroupDocs.Viewer within your .NET applications....Watermark Product Solution GroupDocs...when rendering a document as PDF: C# using GroupDocs.Viewer ;...

    docs.groupdocs.com/viewer/net/flip-or-rotate-pa...
  10. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to Pdf, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. use_advanced_rasterization_options.py from groupdocs.redaction import Redactor from groupdocs.redaction.options import SaveOptions, AdvancedRasterizationOptions from groupdocs.redaction.redactions import ExactPhraseRedaction, ReplacementOptions def use_advanced_rasterization_options(): # Specify the redaction options repl_opt = ReplacementOptions("[personal]") ex_red = ExactPhraseRedaction("John Doe", repl_opt) # Load the document to be redacted with Redactor("....Watermark Product Solution GroupDocs...document will be rasterized to PDF, but the scan-like effects will...

    docs.groupdocs.com/redaction/python-net/use-adv...